EnableResponse

data class EnableResponse(debuggerId: UniqueDebuggerId)

Represents response frame that is returned from Debugger#enable operation call. Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.

See also

Constructors

EnableResponse
Link copied to clipboard
fun EnableResponse(debuggerId: UniqueDebuggerId)

Properties

debuggerId
Link copied to clipboard
val debuggerId: UniqueDebuggerId
Unique identifier of the debugger.

Sources

jvm source
Link copied to clipboard